home *** CD-ROM | disk | FTP | other *** search
- object fmCreateSuperTool: TfmCreateSuperTool
- Left = 314
- Top = 289
- BorderIcons = [biMinimize]
- BorderStyle = bsSingle
- Caption = 'Create SuperTool'
- ClientHeight = 194
- ClientWidth = 489
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Pitch = fpVariable
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 489
- Height = 158
- Align = alClient
- TabOrder = 1
- object Label1: TLabel
- Left = 166
- Top = 23
- Width = 57
- Height = 13
- Alignment = taRightJustify
- Caption = 'Description:'
- end
- object Label2: TLabel
- Left = 173
- Top = 63
- Width = 50
- Height = 13
- Alignment = taRightJustify
- Caption = 'File Name:'
- end
- object Label3: TLabel
- Left = 164
- Top = 101
- Width = 59
- Height = 13
- Alignment = taRightJustify
- Caption = 'Working Dir:'
- end
- object Label4: TLabel
- Left = 164
- Top = 129
- Width = 59
- Height = 13
- Alignment = taRightJustify
- Caption = 'Parameters:'
- Visible = False
- end
- object btBrowse: TSpeedButton
- Left = 459
- Top = 57
- Width = 23
- Height = 22
- OnClick = btBrowseClick
- end
- object btMacro: TSpeedButton
- Left = 460
- Top = 125
- Width = 23
- Height = 22
- Hint = 'Macro'
- ParentShowHint = False
- ShowHint = True
- Visible = False
- OnClick = btMacroClick
- end
- object Panel3: TPanel
- Left = 5
- Top = 8
- Width = 141
- Height = 143
- BevelOuter = bvLowered
- BevelWidth = 2
- TabOrder = 4
- object imgToolz: TImage
- Left = 2
- Top = 2
- Width = 137
- Height = 139
- Align = alClient
- end
- end
- object txtDescription: TEdit
- Left = 226
- Top = 19
- Width = 257
- Height = 21
- TabOrder = 0
- end
- object txtFileName: TEdit
- Left = 226
- Top = 58
- Width = 233
- Height = 21
- TabOrder = 1
- end
- object txtParameters: TEdit
- Left = 228
- Top = 125
- Width = 231
- Height = 21
- TabOrder = 3
- Visible = False
- end
- object txtWorkingDir: TEdit
- Left = 226
- Top = 97
- Width = 257
- Height = 21
- TabOrder = 2
- end
- end
- object Panel1: TPanel
- Left = 0
- Top = 158
- Width = 489
- Height = 36
- Align = alBottom
- TabOrder = 0
- object btCreate: TButton
- Left = 328
- Top = 5
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = btCreateClick
- end
- object btCancel: TButton
- Left = 408
- Top = 5
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 1
- OnClick = btCancelClick
- end
- end
- object dlgBrowse: TOpenDialog
- Filter = 'Program (*.exe)|*.exe'
- Options = [ofFileMustExist]
- Title = 'Browse For Program'
- Left = 128
- Top = 158
- end
- object popup: TPopupMenu
- Left = 172
- Top = 158
- object One1: TMenuItem
- Caption = 'Current Document Filename'
- OnClick = One1Click
- end
- object Two1: TMenuItem
- Caption = 'Save Current Document'
- OnClick = One1Click
- end
- object Three1: TMenuItem
- Caption = 'Close ALL except Current Document'
- OnClick = One1Click
- end
- end
- end
-